LassoScript Utility
Basics Browse Detail

[File->SetMarker]

Tag Link [File->SetMarker] Category File
Type Member Source Available Yes
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0

Description

[File->SetMarker] set the location of the current marker within the file. The marker location can be returned using [File->Marker].

Syntax

[Var: 'myFile' = (File: 'example.txt')]
[$myFile->(SetMarker: 1)]
[$myFile->(Write: 'Testing')]

Parameters

Required Parameters
Position The position in the file where the next operation should occur.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.